From 19fb336c398aaea851d8d991c9c804e89299ad0d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 6 Jun 2022 18:29:14 -0400 Subject: [PATCH] Fix ui files to work for translations We need to keep using translatable="yes", since that is what the installed its file is looking for. Fixes: #4957 --- gtk/ui/gtkaboutdialog.ui | 8 +-- gtk/ui/gtkappchooserdialog.ui | 10 ++-- gtk/ui/gtkappchooserwidget.ui | 2 +- gtk/ui/gtkassistant.ui | 12 ++-- gtk/ui/gtkcolorchooserdialog.ui | 6 +- gtk/ui/gtkcoloreditor.ui | 20 +++---- gtk/ui/gtkdropdown.ui | 4 +- gtk/ui/gtkemojichooser.ui | 42 ++++++------- gtk/ui/gtkfilechooserwidget.ui | 28 ++++----- gtk/ui/gtkfontchooserdialog.ui | 6 +- gtk/ui/gtkfontchooserwidget.ui | 22 +++---- gtk/ui/gtklockbutton.ui | 4 +- gtk/ui/gtkpagesetupunixdialog.ui | 16 ++--- gtk/ui/gtkplacesview.ui | 22 +++---- gtk/ui/gtkplacesviewrow.ui | 2 +- gtk/ui/gtkprintunixdialog.ui | 100 +++++++++++++++---------------- gtk/ui/gtksidebarrow.ui | 2 +- 17 files changed, 153 insertions(+), 153 deletions(-) diff --git a/gtk/ui/gtkaboutdialog.ui b/gtk/ui/gtkaboutdialog.ui index 20a98cac74..7c9c9cfafc 100644 --- a/gtk/ui/gtkaboutdialog.ui +++ b/gtk/ui/gtkaboutdialog.ui @@ -59,7 +59,7 @@ main - About + About 1 @@ -120,7 +120,7 @@ credits 0 - Credits + Credits 1 @@ -160,7 +160,7 @@ license 0 - License + License 1 @@ -203,7 +203,7 @@ system 0 - System + System 1 diff --git a/gtk/ui/gtkappchooserdialog.ui b/gtk/ui/gtkappchooserdialog.ui index dece4176c6..212bd0c18e 100644 --- a/gtk/ui/gtkappchooserdialog.ui +++ b/gtk/ui/gtkappchooserdialog.ui @@ -1,7 +1,7 @@ - _View All Applications + _View All Applications 1 1 - _Find New Applications + _Find New Applications 1 1 diff --git a/gtk/ui/gtkappchooserwidget.ui b/gtk/ui/gtkappchooserwidget.ui index ac2c485abf..dd88524e97 100644 --- a/gtk/ui/gtkappchooserwidget.ui +++ b/gtk/ui/gtkappchooserwidget.ui @@ -97,7 +97,7 @@ - No applications found. + No applications found. 3 3 1 diff --git a/gtk/ui/gtkassistant.ui b/gtk/ui/gtkassistant.ui index 4e8c906a90..759a228131 100644 --- a/gtk/ui/gtkassistant.ui +++ b/gtk/ui/gtkassistant.ui @@ -37,7 +37,7 @@ 0 - _Close + _Close 1 1 @@ -236,7 +236,7 @@ 0 - Smileys & People + Smileys & People @@ -245,7 +245,7 @@ 0 - Body & Clothing + Body & Clothing @@ -254,7 +254,7 @@ 0 - Animals & Nature + Animals & Nature @@ -263,7 +263,7 @@ 0 - Food & Drink + Food & Drink @@ -272,7 +272,7 @@ 0 - Travel & Places + Travel & Places @@ -281,7 +281,7 @@ 0 - Activities + Activities @@ -290,7 +290,7 @@ 0 - Objects + Objects @@ -299,7 +299,7 @@ 0 - Symbols + Symbols @@ -308,7 +308,7 @@ 0 - Flags + Flags @@ -346,7 +346,7 @@ - No Results Found + No Results Found @@ -359,7 +359,7 @@ - Try a different search + Try a different search diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui index f9d0426511..22cd76a881 100644 --- a/gtk/ui/gtkfilechooserwidget.ui +++ b/gtk/ui/gtkfilechooserwidget.ui @@ -61,7 +61,7 @@ - Create Folder + Create Folder new_folder_popover folder-new-symbolic @@ -165,7 +165,7 @@ - Name + Name 1 1 @@ -183,7 +183,7 @@ - Location + Location 1 0 1 @@ -199,7 +199,7 @@ - Size + Size 2 @@ -211,7 +211,7 @@ - Type + Type 1 @@ -223,7 +223,7 @@ - Modified + Modified 2 @@ -246,7 +246,7 @@ 0 - Remote location — only searching the current folder + Remote location — only searching the current folder @@ -294,7 +294,7 @@ - No Results Found + No Results Found @@ -307,7 +307,7 @@ - Try a different search + Try a different search @@ -343,7 +343,7 @@ - Select which types of files are shown + Select which types of files are shown 0 1 @@ -375,7 +375,7 @@ 6 - Folder Name + Folder Name 1 new_folder_name_entry @@ -401,7 +401,7 @@ 0 - _Create + _Create 1 @@ -138,7 +138,7 @@ 12 - Recent Servers + Recent Servers @@ -218,7 +218,7 @@ - No results found + No results found @@ -227,7 +227,7 @@ - Try a different search + Try a different search @@ -249,7 +249,7 @@ 1 0 - Connect to _Server + Connect to _Server address_entry 1 @@ -259,7 +259,7 @@ - Con_nect + Con_nect 1 0 1 @@ -274,7 +274,7 @@ 1 20 - Enter server address… + Enter server address… dialog-question-symbolic address_entry_completion diff --git a/gtk/ui/gtkplacesviewrow.ui b/gtk/ui/gtkplacesviewrow.ui index 9ecd5b4a60..9c41a72be0 100644 --- a/gtk/ui/gtkplacesviewrow.ui +++ b/gtk/ui/gtkplacesviewrow.ui @@ -50,7 +50,7 @@ 0 3 3 - Unmount + Unmount media-eject-symbolic diff --git a/gtk/ui/gtkprintunixdialog.ui b/gtk/ui/gtkprintunixdialog.ui index 087d846763..bc04e45fe9 100644 --- a/gtk/ui/gtkprintunixdialog.ui +++ b/gtk/ui/gtkprintunixdialog.ui @@ -80,7 +80,7 @@ - Name + Name - Location + Location - Status + Status 1 @@ -196,7 +196,7 @@ 1 3 - Range + Range @@ -209,7 +209,7 @@ 12 - _All Pages + _All Pages 1 1 @@ -221,7 +221,7 @@ - C_urrent Page + C_urrent Page 0 1 all_pages_radio @@ -234,7 +234,7 @@ - Se_lection + Se_lection 0 1 all_pages_radio @@ -247,8 +247,8 @@ - Pag_es: - Specify one or more page ranges, + Pag_es: + Specify one or more page ranges, e.g. 1–3, 7, 11 1 all_pages_radio @@ -261,7 +261,7 @@ - Specify one or more page ranges, + Specify one or more page ranges, e.g. 1–3, 7, 11 1 @@ -284,7 +284,7 @@ 1 3 - Copies + Copies @@ -299,7 +299,7 @@ 1 4 - Copie_s: + Copie_s: 1 copies_spin @@ -322,7 +322,7 @@ - C_ollate + C_ollate 1 @@ -333,7 +333,7 @@ - _Reverse + _Reverse 1 @@ -363,7 +363,7 @@ - General + General @@ -390,7 +390,7 @@ 1 3 - Layout + Layout @@ -405,7 +405,7 @@ 1 4 - T_wo-sided: + T_wo-sided: 1 duplex @@ -427,7 +427,7 @@ 1 4 - Pages per _side: + Pages per _side: 1 pages_per_sheet @@ -451,7 +451,7 @@ 1 4 - Page or_dering: + Page or_dering: 1 number_up_layout @@ -474,7 +474,7 @@ 1 4 - _Only print: + _Only print: 1 page_set_combo @@ -506,7 +506,7 @@ 1 4 - Sc_ale: + Sc_ale: 1 scale_spin @@ -551,7 +551,7 @@ 1 3 - Paper + Paper @@ -566,7 +566,7 @@ 1 4 - Paper _type: + Paper _type: 1 paper_type @@ -588,7 +588,7 @@ 1 4 - Paper _source: + Paper _source: 1 paper_source @@ -610,7 +610,7 @@ 1 4 - Output t_ray: + Output t_ray: 1 output_tray @@ -632,7 +632,7 @@ 1 4 - _Paper size: + _Paper size: 1 paper_size_combo @@ -655,7 +655,7 @@ 1 4 - Or_ientation: + Or_ientation: 1 orientation_combo @@ -706,7 +706,7 @@ - Page Setup + Page Setup @@ -729,7 +729,7 @@ 1 3 - Job Details + Job Details @@ -744,7 +744,7 @@ 1 3 - Pri_ority: + Pri_ority: 1 job_prio @@ -765,7 +765,7 @@ 1 3 - _Billing info: + _Billing info: 1 billing_info @@ -798,7 +798,7 @@ 1 3 - Print Document + Print Document @@ -811,7 +811,7 @@ 12 - _Now + _Now 1 1 @@ -825,11 +825,11 @@ 0 - A_t: + A_t: 1 - Specify the time of print, + Specify the time of print, e.g. 15∶30, 2∶35 pm, 14∶15∶20, 11∶46∶30 am, 4 pm - Specify the time of print, + Specify the time of print, e.g. 15∶30, 2∶35 pm, 14∶15∶20, 11∶46∶30 am, 4 pm 1 print_now_radio @@ -845,9 +845,9 @@ 0 1 - Specify the time of print, + Specify the time of print, e.g. 15∶30, 2∶35 pm, 14∶15∶20, 11∶46∶30 am, 4 pm - Specify the time of print, + Specify the time of print, e.g. 15∶30, 2∶35 pm, 14∶15∶20, 11∶46∶30 am, 4 pm @@ -859,10 +859,10 @@ 0 - On _hold + On _hold 1 - Hold the job until it is explicitly released - Hold the job until it is explicitly released + Hold the job until it is explicitly released + Hold the job until it is explicitly released 1 print_now_radio @@ -889,7 +889,7 @@ 1 3 - Add Cover Page + Add Cover Page @@ -904,7 +904,7 @@ 1 3 - Be_fore: + Be_fore: 1 cover_before @@ -925,7 +925,7 @@ 1 3 - _After: + _After: 1 cover_after @@ -954,7 +954,7 @@ - Job + Job @@ -984,7 +984,7 @@ - Image Quality + Image Quality @@ -1013,7 +1013,7 @@ - Color + Color @@ -1042,7 +1042,7 @@ - Finishing + Finishing @@ -1071,7 +1071,7 @@ - Advanced + Advanced @@ -1087,7 +1087,7 @@ - Some of the settings in the dialog conflict + Some of the settings in the dialog conflict diff --git a/gtk/ui/gtksidebarrow.ui b/gtk/ui/gtksidebarrow.ui index c11baec314..046a1af08d 100644 --- a/gtk/ui/gtksidebarrow.ui +++ b/gtk/ui/gtksidebarrow.ui @@ -47,7 +47,7 @@ 3 4px media-eject-symbolic - Unmount + Unmount -- 2.30.2